home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR06
/
JSGO122.ZIP
/
GO.CFG
< prev
next >
Wrap
Text File
|
1993-09-17
|
6KB
|
183 lines
; This is the config file for the Galactic Overlord BBS Door Game.
; Below are options for the game itself.
;---------------------------- GOGAME -------------------------------------
[gogame]
; The 'PLYRMAXGAME' setting can be used to limit how many games a
; player can be active in. Defaults to 10.
; This value only is used in the REGISTERED game and defaults to 3 in
; a UNREGISTERED game.
plyrmaxgame=50
; The 'MAXGAMES' setting can be used to limit how many games can be
; active concurrently. Defaults to 50.
maxgames=50
; The 'POSTMASTER' option tells whether or not the game should use
; Post Master* to send a message to the players in a game to inform
; them when a game has started. This option is for use with WildCat!
; BBS, however, if a similar utility exists for other BBS it may be
; possible with the parameters in the [POSTMASTER] section below to
; get it these other utilities work.
; *written by Dave Cody, Boardwalk BBS 206-941-3124
postmaster=NO
; The 'STATS' option tells whether or not the game will display usage
; stats when it exits.
; This value only is used in the REGISTERED game and defaults to YES in
; in an UNREGISTERED game.
; Also, in the REGISTERED game, the screen can be bypassed by pressing
; any key even if the option is YES (just like the intro screen).
stats=YES
;--------------------------- GOMAINT -------------------------------------
; Below are the settings for the maintenance software
; 'RANKING' and 'OVERLORD' are used to set what type of ranking files
; will be created. These files can be used as a BBS bulletins.
; NO = Do not create a file.
; ANSI = Create an ANSI file.
; TEXT = Create a text file.
; WC = Create a Wildcat! BBS file.
[gomaint]
; will create RANK.TXT, RANK.WC, or RANK.ANS
ranking=NO
; will create GORANK.TXT, GORANK.WC, or GORANK.ANS
overlord=NO
;------------------------- POST MASTER -----------------------------------
; This is the section that defines how a 'Post Master' type program would
; run. Below are the defaults for using Post Master for Wildcat! BBS.
; A 'Post Master' type program is used for sending messages to the players
; in a game to let them know that a game has started. This option in
; Galactic Overlord would execute after the last player joins a new game.
[postmaster]
; 'CREATE_DBG' tells GO to create a debug file that will show the commands
; that GO would have run. Note: if this is set to YES, none of the Post
; Master commands will be executed. This is primarily for testing
; purposes to ensure that you have all the options below set correctly.
; The file that will be created will be named POSTMSGS.DBG. Once you are
; sure that the commands would be executed properly, set this option to NO.
; Also, none of the temporary files created will get deleted as well.
; GO also creates:
; GOMSGTO.TXT for the userlist.
; GOPMMSG.TXT for the message text.
create_dbg=YES
; 'PATH' is the option that lists the path to Post Master type software.
; If Post Master can be run from anywhere, just use POSTMSTR. Otherwise,
; you will have to use the full path. Be careful that this will not exceed
; 127 characters for command length (use debug files to make sure).
path=POSTMSTR.EXE
; 'DATA_PATH' is the option that lists the path to BBS message data
; files. GO will go to this directory/path and run the Post Master
; software. It will then return to the game directory and proceed
; with the game.
data_path=I:\wc\data
; 'MESSAGE_PARM' is the parm to tell the above software to use a
; specific file to be used as the message. The '%s' below is where the
; filename would go. For example, Post Master requires a /I: parm
; like POSTMSTR /I:GOPMMSG.TXT. It would then send GOPMMSG.TXT as a
; message.
message_parm=/I:%s
; Below are three settings for Post Master would use to determine
; who to send the message(s) to.
; 'USE_USERLIST' is the parm that is used by GO to create a userlist
; that will be used by the Post Master software.
; If 'USE_USERLIST=YES' is set, GO will use the 'USERLIST_PARM' parm.
; This setting will send all the messages at once using a text file
; containing a list of the users. Again, the '%s' is where the user
; list file would go.
; If 'USE_USERLIST=NO' is set, GO will use the 'USER_PARM' parm.
; This setting will send the messages to each player one at a time.
; This option would be /T:%s using Post Master, however the userlist
; option, USERLIST_PARM works more efficiently. Other software may
; use different parms, for example, if the software does not handle
; userlists and requires a username to be sent using an option like
; /U:Scott Jibben, then you would set USE_USERLIST=NO and USER_PARM=/U:%s.
; Again, the '%s' is where the user list file would go.
use_userlist=YES
userlist_parm=/M:%s
user_parm=/T:%s
; 'FROM_PARM' is used to tell the Post Master software who the message
; should be posted 'from'. The %s is where GO inserts 'Galactic Overlord'.
; You may also force this option to display whatever you like in the from
; setting. For example setting it to /F:Scott Jibben would send these
; messages from 'Scott Jibben'.
from_parm=/F:%s
; 'SUBJECT_PARM' is the subject of the message. The '%s' is filled in by
; GO. The default subject is 'GO Game Started!'.
subject_parm=/S:%s
; 'PRIVATE_PARM' is the Post Master option that sets the message to be
; private or not. Leave this option blank if you would like the message to
; be public with Post Master. I suggest that you leave this private so that
; players in hidden player games will know who they are playing against.
private_parm=/P
; 'CONFERENCE_PARM' is the Post Master option to set which conference the
; message will be posted to.
conference_parm=/C:0
; 'DISABLE_TAGLINE_PARM' is the Post Master option to disable the tagline
; that is inserted in the end of the message. This option could be set to
; /X for registered versions of Post Master.
disable_tagline_parm=
; 'EXTRA_PARMS' are the extra parms that may be required for other Post
; Master type software. It would not be required for Post Master.
extra_parms=